Return a GdkPixbufLoader, not a GtkObject.
authorFederico Mena Quintero <federico@redhat.com>
Wed, 27 Oct 1999 17:31:07 +0000 (17:31 +0000)
committerArturo Espinosa <unammx@src.gnome.org>
Wed, 27 Oct 1999 17:31:07 +0000 (17:31 +0000)
commit23b0f15ee834bef11d3e5de3158a092d0b338cba
treed5babba81461b3c69cab667c98d85e509e5a93ad
parent1a0a5d0399d5b3aaa4edc1c9763e07c0c35d1048
Return a GdkPixbufLoader, not a GtkObject.

1999-10-27  Federico Mena Quintero  <federico@redhat.com>

* src/gdk-pixbuf-loader.c (gdk_pixbuf_loader_new): Return a
GdkPixbufLoader, not a GtkObject.
(gtk_marshal_NONE__INT_INT_INT_INT): Made static.
(gdk_pixbuf_loader_get_type): Documented.
(gdk_pixbuf_loader_class_init): Initialize the parent class
correctly.
(gdk_pixbuf_loader_destroy): Added sanity checks. Call the parent
class destroy function.
(gdk_pixbuf_loader_new): Documented.
(gdk_pixbuf_loader_finalize): Call the parent class finalize
function.
(gdk_pixbuf_loader_write): Use size_t for count.
gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.h
gdk-pixbuf/gdk-pixbuf-loader.c
gdk-pixbuf/gdk-pixbuf-loader.h
gdk-pixbuf/gnome-canvas-pixbuf.c
gtk/gdk-pixbuf-loader.c
gtk/gdk-pixbuf-loader.h